VoiceAction™ Recommended Settings and Why?


'Initial Settings
VoiceAction1.This_Audio_Process = "YES" 'Complete Activity of Speech Recognition or only the event
VoiceAction1.Memory_Clean = "YES" 'Effective use in cleaning unwanted data
VoiceAction1.Stop_everything_now = "NO" 'Runs away from all ongoing things keep to NO
VoiceAction1.Noise_Sensitivity = 2 ' Critical one time adjustments depends on Hardware
VoiceAction1.Noise_Word_No_CutOff = 4 ' Critical one time adjustments depends on Hardware
VoiceAction1.Play_this_file_for_Start = App.Path & "\" & "Mystart"'Format 22050 8/16 bit (Some Sound Cards do accept w/o problems must most don't)
VoiceAction1.Play_this_file_for_Stop = App.Path & "\" & "Mystop"'Format 22050 8/16 bit
VoiceAction1.Speech_echo_feature = "NO"' Warning! this will consume time
VoiceAction1.I_want_Status_Animation = "NO" ' Warning! this will consume time
VoiceAction1.On_speech_show_activities = "YES"'Just keep this to YES
VoiceAction1.Show_Audio_Graph = "YES" ' keep this to NO after you complete development
________________________________________________________________________________________


VoiceAction Speech DSP Dept & Windows Multimedia Technical Settings
VoiceAction1.Voice_Processing_Delay = 10000 ' a long number
VoiceAction1.Set_Recording_Frequency = 22050
VoiceAction1.Speech_sampling_time_in_ms = 8000 ' within 8 seconds
VoiceAction1.Sample_processing_resolution = 500 ' 500 bytes as per total length from start

VoiceAction1.Sample_Overlap_Bytes = 50 '0 or 50 or 200 experiment for accuracy
VoiceAction1.Keep_Digital_Signal_Processing_level = "Up" 'Keep this "Up"
VoiceAction1.Voice_Capture_Delay = 5 ' Set to 500 milliseconds
VoiceAction1.Send_words_one_by_one = "YES"
VoiceAction1.This_speech_sample_process_start_only = "NO"
VoiceAction1.This_speech_sample_process_middle_only = "NO"
VoiceAction1.This_speech_sample_process_end_only = "NO"



'VoiceAction Speech Engine Dept
VoiceAction1.Enable_Speech_Engine = "YES" 'Starts the speech engine or only gives Engine Categories
VoiceAction1.Explode_out_all_Engine = "NO" 'Keep this to no.
VoiceAction1.Keep_Engine_Frequency_Input_Flow = "Filter All" 'Use the Filter
VoiceAction1.Filter_Pass_Value = 1 ' Keep value 1
VoiceAction1.Engine_Explode_Limit = 20
'............Skip Middle Level
VoiceAction1.Words_I_Want 1, "*" 'SKIP
VoiceAction1.Words_to_Scan 1, 1


Top Level  VoiceAction Artificial Intelligence Development Dept.
VoiceAction1.Enable_Artificial_Intelligence = "YES" ' Go to Languge File kept in path
VoiceAction1.Add_To_Language = "NO" 'Direct Add also available
VoiceAction1.Notify_if_no_language_match = "NO"
VoiceAction1.Consider_this_Lang_File_to_Add = App.Path & "\" & "English"'File
VoiceAction1.Consider_this_Lang_File_to_match = App.Path & "\" & "English"



'Welcome to Speech Recogntion
VoiceAction1.Start_Real_Action "YES", 255, 0, 0 'red colour title bar 'Start